added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETBingMaps / Default.aspx.designer.vb
blob8b32979a4dbfa1241c566329a3ad66933f149b53
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
5 ' Changes to this file may cause incorrect behavior and will be lost if
6 ' the code is regenerated.
7 ' </auto-generated>
8 '------------------------------------------------------------------------------
10 Option Strict On
11 Option Explicit On
14 Partial Public Class _Default
16 '''<summary>
17 '''Head1 control.
18 '''</summary>
19 '''<remarks>
20 '''Auto-generated field.
21 '''To modify move field declaration from designer file to code-behind file.
22 '''</remarks>
23 Protected WithEvents Head1 As Global.System.Web.UI.HtmlControls.HtmlHead
25 '''<summary>
26 '''form1 control.
27 '''</summary>
28 '''<remarks>
29 '''Auto-generated field.
30 '''To modify move field declaration from designer file to code-behind file.
31 '''</remarks>
32 Protected WithEvents form1 As Global.System.Web.UI.HtmlControls.HtmlForm
34 '''<summary>
35 '''pnlBingMap control.
36 '''</summary>
37 '''<remarks>
38 '''Auto-generated field.
39 '''To modify move field declaration from designer file to code-behind file.
40 '''</remarks>
41 Protected WithEvents pnlBingMap As Global.System.Web.UI.WebControls.Panel
43 '''<summary>
44 '''pnlSearch control.
45 '''</summary>
46 '''<remarks>
47 '''Auto-generated field.
48 '''To modify move field declaration from designer file to code-behind file.
49 '''</remarks>
50 Protected WithEvents pnlSearch As Global.System.Web.UI.WebControls.Panel
52 '''<summary>
53 '''txtLocation control.
54 '''</summary>
55 '''<remarks>
56 '''Auto-generated field.
57 '''To modify move field declaration from designer file to code-behind file.
58 '''</remarks>
59 Protected WithEvents txtLocation As Global.System.Web.UI.WebControls.TextBox
61 '''<summary>
62 '''btnLocation control.
63 '''</summary>
64 '''<remarks>
65 '''Auto-generated field.
66 '''To modify move field declaration from designer file to code-behind file.
67 '''</remarks>
68 Protected WithEvents btnLocation As Global.System.Web.UI.WebControls.Button
70 '''<summary>
71 '''pnlDisplayOption control.
72 '''</summary>
73 '''<remarks>
74 '''Auto-generated field.
75 '''To modify move field declaration from designer file to code-behind file.
76 '''</remarks>
77 Protected WithEvents pnlDisplayOption As Global.System.Web.UI.WebControls.Panel
79 '''<summary>
80 '''rdlViewStyle control.
81 '''</summary>
82 '''<remarks>
83 '''Auto-generated field.
84 '''To modify move field declaration from designer file to code-behind file.
85 '''</remarks>
86 Protected WithEvents rdlViewStyle As Global.System.Web.UI.WebControls.RadioButtonList
88 '''<summary>
89 '''ddlZoomLevel control.
90 '''</summary>
91 '''<remarks>
92 '''Auto-generated field.
93 '''To modify move field declaration from designer file to code-behind file.
94 '''</remarks>
95 Protected WithEvents ddlZoomLevel As Global.System.Web.UI.WebControls.DropDownList
97 '''<summary>
98 '''pnlLatLng control.
99 '''</summary>
100 '''<remarks>
101 '''Auto-generated field.
102 '''To modify move field declaration from designer file to code-behind file.
103 '''</remarks>
104 Protected WithEvents pnlLatLng As Global.System.Web.UI.WebControls.Panel
106 '''<summary>
107 '''txtLatitude control.
108 '''</summary>
109 '''<remarks>
110 '''Auto-generated field.
111 '''To modify move field declaration from designer file to code-behind file.
112 '''</remarks>
113 Protected WithEvents txtLatitude As Global.System.Web.UI.WebControls.TextBox
115 '''<summary>
116 '''txtLongitude control.
117 '''</summary>
118 '''<remarks>
119 '''Auto-generated field.
120 '''To modify move field declaration from designer file to code-behind file.
121 '''</remarks>
122 Protected WithEvents txtLongitude As Global.System.Web.UI.WebControls.TextBox
124 '''<summary>
125 '''btnLatLng control.
126 '''</summary>
127 '''<remarks>
128 '''Auto-generated field.
129 '''To modify move field declaration from designer file to code-behind file.
130 '''</remarks>
131 Protected WithEvents btnLatLng As Global.System.Web.UI.WebControls.Button
132 End Class